home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Tienda.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  299 b   |  9 lines

  1. on exitFrame
  2.   if not rollOver(19) and not rollOver(20) and not rollOver(21) and not rollOver(22) and not rollOver(23) and not rollOver(24) and not rollOver(25) and not rollOver(26) then
  3.     repeat with x = 20 to 26
  4.       set the visible of sprite x to 0
  5.     end repeat
  6.   end if
  7.   go(the frame)
  8. end
  9.